(auto-mode-alist): Treat .H and .hh as C++ files.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:12:00 +0000 (18:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:12:00 +0000 (18:12 +0000)
lisp/files.el

index f8a1ea1715b43347b382cde4674686efffac2d40..9d94626948fbd02f7ea7f3bd0fc43b735ad3b4c0 100644 (file)
@@ -706,7 +706,9 @@ run `normal-mode' explicitly."
                                  ("\\.mss\\'" . scribe-mode)
                                  ("\\.pl\\'" . prolog-mode)
                                  ("\\.cc\\'" . c++-mode)
+                                 ("\\.hh\\'" . c++-mode)
                                  ("\\.C\\'" . c++-mode)
+                                 ("\\.H\\'" . c++-mode)
 ;;;                              ("\\.mk\\'" . makefile-mode)
 ;;;                              ("[Mm]akefile" . makefile-mode)
 ;;; Less common extensions come here